Document GtkArrowPlacement
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 05:40:42 +0000 (05:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 29 Dec 2008 05:40:42 +0000 (05:40 +0000)
svn path=/trunk/; revision=21984

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkenums.sgml

index 62274ab3af26d934862257846fd1fd6b8664b610..f46a6fbba1bf01bfc03a4bc91afff75005721ed7 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-28  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkenums.sgml: Document GtkArrowPlacement
+
 2008-12-28  Matthias Clasen <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Remove duplicate vscrollbar section.
index 4865fe99f8f3150cb0619b4efbb99cdd71cde827..69457112b1dff87d3079883701ea437e9af5f499 100644 (file)
@@ -49,6 +49,15 @@ Public enumerated types used throughout GTK+
 @GTK_ANCHOR_W: 
 @GTK_ANCHOR_E: 
 
+<!-- ##### ENUM GtkArrowPlacement ##### -->
+<para>
+Used to specify the placement of scroll arrows in scrolling menus.
+</para>
+
+@GTK_ARROWS_BOTH: Place one arrow on each end of the menu.
+@GTK_ARROWS_START: Place both arrows at the top of the menu.
+@GTK_ARROWS_END: Place both arrows at the bottom of the menu.
+
 <!-- ##### ENUM GtkArrowType ##### -->
 <para>
 Used to indicate the direction in which a #GtkArrow should point.